body {
	line-height: 1.2;
}

/** Reset Bootstrap **/
.dropdown-menu {
	border-radius: 0;
	background-color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #4e9e00;
}

.navbar{
	padding-right: 0;
	padding-left: 0;
}

.layout-zone-navigation a:active,
.layout-zone-navigation a:focus,
.layout-zone-navigation a:hover,
.layout-zone-navigation .dropdown-item:focus,
.layout-zone-navigation .dropdown-item:hover{
	background-color: transparent;
}

.btn-primary {
	border-color: transparent;
}

.navbar-brand {
	margin-right: 0;
}

.home-header {
	text-align: center;
	margin: 3rem 0;
	text-transform: uppercase;
}

.container-custom {
	width: 90%;
	margin: auto;
}

/** Header **/
.page-home header {
	margin-bottom: 0;
}

header a {
	font-weight: 300;
}

.cart-link {
	position: relative;
}

.item-count {
	height: 1.2rem;
	min-width: 1.2rem;
	border-radius: 50%;
	position: absolute;
	left: 30px;
	bottom: 3px;
	font-size: .75rem;
	text-align: center;
	line-height: 1;
	padding: 2px 4px;
}

#account-menu-btn {
	cursor: pointer;
}

#account-menu-btn:after {
	display: none;
}

.header-bg {
	position: relative!important;
}



/** Slider **/
.container-slider {
	padding: 0;
}

.slide-text-container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	padding: 0;
}

.slide-image {
	min-height: 500px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-text-wrapper {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	position: absolute;
	max-width: 500px;
	width: 80%;
	padding: 1rem;
}

.slide-header {
    font-weight: normal;
    line-height: 1;
	text-transform: capitalize;
}

.slide-caption {
	font-weight: lighter;
}

.btn-slider {
    padding: .6rem 3rem;
    border-radius: 30px;
    font-weight: 400;
    font-size: 1.25rem;
}

.home-slider-pagination {
	bottom: 10% !important;
}

/** Product **/

.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
	font-size: 0.75rem;
}

.product-info .product-rating .rating {
	min-width: auto;
}

/** About Us **/
.layout-zone-about-us .about-us-bg,
.layout-zone-about-us .highlight-img {
	min-height: 300px;
	background-position: center;
	background-size: cover;
}

.layout-zone-about-us .content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	height: 100%;
	margin: auto;
	padding: 1rem;
}

.layout-zone-about-us .about-us-header {
	margin-bottom: 1rem;
}

.layout-zone-about-us .about-us-desc {
	font-weight: 300;
	line-height: 1.5;
}

.manufacturer-slide-prev {
	left: 0;
}

.manufacturer-slide-next {
	right: 0;
}

/** Newsletter **/
.container-newsletters {
	background-repeat: repeat;
	background-size: contain;
}

.layout-zone-newsletter .newsletter-desc {
	font-weight: 300;
	margin-bottom: 0;
	text-align: center;
	margin: .5rem 0;
}

/**Footer**/
footer {
	background-position: center;
	background-size: cover;
}

.footer-header {
	font-weight: 300;
	margin-bottom: 1rem;
}

.layout-zone-footer *:not(.fa) {
	font-weight: 300;
}

.company-address {
	line-height: 2
}

/** Swiper Slider **/
.swiper-pagination-bullet {
	opacity: 1;
	width: 1rem;
	height: 1rem;
}

.social-links .nav-item {
	margin: 5px;
}

.social-links .nav-link-social {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.social-links {
	margin-left: -5px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px){
	.layout-zone-newsletter .newsletter-desc {
		text-align: left;
		margin:0;
	}

	.layout-zone-about-us .about-us-bg,
	.layout-zone-about-us .highlight-img {
		min-height: 500px;
	}
}

@media (min-width: 992px){
	.page-home header {
		z-index: 9999;
		width: 100%;
	}

	.layout-zone-about-us .content-wrapper {
		padding: 1rem 5rem;
	}

	.layout-zone-about-us .about-us-header {
		margin-bottom: 2rem;
	}

	.slide-text-wrapper {
		max-width: 800px;
	}

	.slide-image{
		min-height: 750px;
	}

	.slide-text-wrapper.slide-position-right {
		left: auto;
		right: 25px;
		transform: translate(0, -50%);
	}

    .slide-text-wrapper.slide-position-left {
        left: 25px;
        transform: translate(0, -50%);
    }

    .slide-text-wrapper.slide-position-center {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}

	.product-slider-prev {
		left: -4rem;
	}

	.product-slider-next {
		right: -4rem;
	}
}

@media (max-width: 992px) {
	h2.slide-header {
		font-size: 5.5rem !important;
	}

	#header-wrapper {
		position: relative !important;
	}

	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}

	body h6,
	body .h6 {
		font-size: 1rem !important;
	}
}

@media (max-width: 768px) {
	h2.slide-header {
		font-size: 3rem !important;
	}
}

@media (max-width: 576px) {
	h2.slide-header {
		font-size: 2rem !important;
	}

	p.slide-caption {
		font-size: 1rem !important;
	}
}